home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS26.ADF / HexDump / HexDump.txt < prev    next >
Text File  |  1989-01-26  |  1KB  |  25 lines

  1.  
  2. Dear Users:
  3.  
  4.    This is my first attempt at Modula-2 programming.  I have found it to
  5. be much better than any other language I have used.  In this arc file I
  6. have provided two versions of a memory dump program.  The first program,
  7. HexDump, querys the user for the starting memory location and the ending
  8. memory location and then dumps memory to the screen.  The second program,
  9. HexDump1, has the following usage:
  10.  
  11.    CLI>HexDump1 fe0dc6 fe0e18
  12.  
  13. Any delimiter can be use for HexDump1.  Both programs were written to be
  14. run from CLI.  As you will see I have not used implementation modules.
  15. Since this is my first attempt at Modula-2 programming I wanted to let
  16. others use the programs and provide me with feedback.  My goal is to 
  17. generate a Hex module consisting of hex routines and to generate a two
  18. pass disassembler.  Should you have any questions or comments please
  19. leave a message.  My ID is 71550,2531.
  20.  
  21.  
  22.                                              Thanks
  23.  
  24.                                              Rick M.
  25.